bobleer/deepseek-harness-plugin-mcp: Enabling Agents to Use DSH Plugins via MCP
bobleer/deepseek-harness-plugin-mcp is an MIT-licensed MCP server designed to provide Agents with a standard interface for discovering, inspecting, installing, and running DeepSeek Harness (DSH) plugins. The project partitions functionality into three planes: the Catalog plane, available by default, allows Agents to search and inspect public plugin repositories and their metadata without requiring a local dsh installation; the Profile plane, enabled with `--allow-install` and when dsh is present locally, permits Agents to perform plugin installation or removal operations; the Runtime plane, enabled with `--allow-runtime`, supports launching DSH configurations and bridging DSH tools into
Read Moredsh-web-search-free: DSH Free Web Search Provider and MCP Server
`dsh-web-search-free` is an MIT-licensed DSH plugin designed to replace the pay-per-use official search service in DSH, providing anonymous, key-free web searches at no cost. This plugin is based on the Parallel or Exa free backends, requiring no balance consumption or API Keys. Its core features include: a toggle switch in DSH settings to alternate between official and free search, which automatically maintains the Profile patch file once enabled; and a built-in standalone MCP Server with zero dependencies, supporting stdio and HTTP/SSE transport methods, allowing the `web_search` tool to be integrated into other MCP clients such as Claude Code and Codex. During installation, the plugin must be added via the official DSH command, and within the
Read MoreDSH Plugin dsh-workspace-mcp: Automatically Load MCP Server by Workspace
dsh-workspace-mcp is a DSH plugin designed to resolve the issue of tool confusion caused by multiple projects sharing the same MCP server. It reads the `.dsh/mcp.servers.yml` file in the project root directory to automatically load and unload MCP servers on a per-workspace basis, ensuring that tools from different projects do not interfere with each other and are automatically reclaimed with the Agent's lifecycle. Core features include: connecting and registering tools upon Agent creation, supporting exponential backoff reconnection for disconnections, session invalidation self-healing, safe inheritance of Stdio environment variables (automatically stripping sensitive key-value pairs), automatic synchronization of tool list changes, and hot reload of configuration. When a project-level MCP conflicts with a global MCP over the same name, the global configuration is overridden. Installation only requires executing `dsh
Read More@forgeax/dsh-game: Integrating ForgeaX Game Tools into DSH Profile
`@forgeax/dsh-game` is a plugin bundle designed for DeepSeek Harness (DSH), aiming to integrate the `@forgeax/game` MCP server, built-in ForgeaX Skills, and the workspace guard into DSH's named profiles. This package is implemented in pure JavaScript, contains no game logic, and primarily focuses on parsing and validating published `@forgeax/game`, publishing the `forgeaxGameLaunch` service, and registering skills like `forgeax-game`. It exposes `mcp__forgeax__forgeax_status_lite` and `mc`
Read More